home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / hard / hack / i2clib40.lha / i2clib40 / i2clib40.readme < prev    next >
Text File  |  1999-01-10  |  1KB  |  47 lines

  1. Short:    I2C-bus hard/software interface project.
  2. Author:   Brian Ipsen and Wilhelm Noeker
  3. Uploader: wnoeker@t-online.de (Wilhelm Noeker)
  4. Type:     hard/hack
  5.  
  6. This shared library will allow easy access to integrated circuits
  7. with the I²C-bus interface. Included in the archive are:
  8.  
  9.  - Schematics for interfaces (several to choose from) that connect
  10.    I²C chips to the Amiga
  11.  - AutoDoc description of the library functions
  12.  - C headerfiles for GNU, Maxon and SAS/C
  13.  
  14. For non-profit purposes, i2c.library is postcard-ware. All other use
  15. requires explicit permission from either of the authors.
  16.  
  17.  
  18. History
  19. -------
  20.  
  21. V40 re-release (Jan/99):
  22.  
  23.  - Better installation script, now also works with older Installer
  24.    versions
  25.  - Minor corrections to the documentation
  26.  
  27. Changes from V39 to V40:
  28.  
  29.  - Default bus timing (i.e. the delay value used until a client program
  30.    explicitly calls SetI2CDelay) can be set by means of an environment
  31.    variable (I2CDELAY).
  32.  - Library exposes a base structure with performance counters and
  33.    interface type information
  34.  - Additional schematics for an I²C interface on the floppy port
  35.  - More code samples
  36.  - Installer script
  37.  
  38. Changes from V38 to V39:
  39.  
  40.  - Support for I²C interfaces on either parallel or serial port
  41.  - Better support for multitasking access to the library (for example,
  42.    in order to control different chips attached to the same I²C bus)
  43.  - Better error diagnostics
  44.  - Easier initialization
  45.  - New method to ensure the proper bus timing
  46.  
  47.